Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ContentCollection<T> Class / Count Property

In This Topic
    Count Property (ContentCollection<T>)
    In This Topic
    Gets the number of content items in the collection.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property Count As System.Integer
    public virtual System.int Count {get;}
    See Also